Skip to content

Conversation

@abhro
Copy link
Contributor

@abhro abhro commented Sep 1, 2025

Checklist

  • Appropriate tests were added
  • Any code changes were done in a way that does not break public API
  • All documentation related to code changes were updated
  • The new code follows the contributor guidelines, in particular the SciML Style Guide and COLPRAC.
  • Any new documentation only uses public API

Additional context

When this docstring is used in DiffEqDocs.jl, the [...](@ref) causes the build to fail because OptimizationFunction's docstring is hosted under Optimization.jl and not DiffEqDocs.jl. This can probably be solved by using DocumenterInterlinks.jl or something and using an [...](@extref), but as a quick fix, a simple un-linked name of the type, leaving the user to search online seems sufficient.

When this docstring is used in DiffEqDocs.jl, the `[...](@ref)` causes the build to fail because `OptimizationFunction`'s docstring is hosted under Optimization.jl and not DiffEqDocs.jl.
This can probably be solved by using DocumenterInterlinks.jl or something and using an `[...](@extref)`, but as a quick fix, a simple un-linked name of the type, leaving the user to search online seems sufficient.
@ChrisRackauckas ChrisRackauckas merged commit b1bfd1e into SciML:master Sep 1, 2025
48 of 63 checks passed
@abhro abhro deleted the patch-1 branch September 1, 2025 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants